Action hook 'admin_print_footer_scripts-{$hook_suffix}'

in WP Core File wp-admin/admin-footer.php at line 88

Description

Prints scripts and data queued for the footer. The dynamic portion of the hook name, `$hook_suffix`, refers to the global hook suffix of the current page.

Occurrences

Filename Line Number
wp-admin/admin-footer.php 88
wp-admin/includes/template.php 2225

PHP Doc

/**
 * Prints scripts and data queued for the footer.
 *
 * The dynamic portion of the hook name, `$hook_suffix`,
 * refers to the global hook suffix of the current page.
 *
 * @since 4.6.0
 */